home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1013.scp < prev    next >
Text File  |  1997-05-19  |  209b  |  15 lines

  1. proc main
  2.  
  3.   transmit "^M"
  4.   waitfor "name:"
  5.   transmit $USERID
  6.   transmit "^M"
  7.   waitfor "word:"
  8.   transmit $PASSWORD
  9.   transmit "^M"
  10.   waitfor "nnex:"
  11.   transmit "ppp"
  12.   transmit "^M"
  13.  
  14. endproc
  15.